[Sofa.Simulation.Graph] Remove DAGSimulation and DAGNode#5610
[Sofa.Simulation.Graph] Remove DAGSimulation and DAGNode#5610damienmarchal wants to merge 43 commits intosofa-framework:masterfrom
Conversation
…ulation.cpp Not perfect but much better. Next step is to remove the singleton.
|
[ci-build][with-all-tests][force-full-build] |
|
[ci-depends-on] detected during build #4. To unlock the merge button, you must
|
Important things are: - integration of NODEgetMeshTopologyLink into getMeshTopologyLink - refactoring of updateContext, updateVisualContext and updateSimulationContext Some code was shared between them.. so I factorize that into a new method called initializeContexts() non important things are removal of un-needed static_cast<Node*>
|
Window link should be fixed... hope there is no other (I wonder how many compilation time was lost just because of the link error on windows :)) EDIT: @bakpaul, @hugtalbot, @fredroy, maybe the suggestion from chatgpt would help on having the non windows developpers to detect the error before the CI and without forcing them to have two OS just for testing this corner case: https://chatgpt.com/share/68f1f014-2c00-8002-bc41-9c2498b3ba6a |
|
[ci-depends-on] detected during build #19. All dependencies are merged/closed. Congrats! 👍 |
|
There are still some tests failing |
|
[ci-depends-on] detected during build #20. All dependencies are merged/closed. Congrats! 👍 |
|
[ci-depends-on] detected during build #21. All dependencies are merged/closed. Congrats! 👍 |
|
[ci-depends-on] detected during build #22. All dependencies are merged/closed. Congrats! 👍 |
|
[ci-depends-on] detected during build #23. All dependencies are merged/closed. Congrats! 👍 |
|
The CI shows tests failing: https://www.sofa-framework.org/dash/?branch=origin/PR-5610 @damienmarchal |
There was no method to get the PathName() to a BaseData only a linkpath (so with the "@" prefix indicating a link). I add the missing feature and make some minor cleaning
…lation # Conflicts: # Sofa/framework/Core/src/sofa/core/objectmodel/BaseData.cpp # Sofa/framework/Core/src/sofa/core/objectmodel/BaseObject.cpp
|
[ci-depends-on] detected during build #24. All dependencies are merged/closed. Congrats! 👍 |
|
CI is failing, to test the PR do not hesitate to use the "ci-build" keyword ;) |
|
@hugtalbot Are you sure that [ci-build] works with pr-wip, ? |
Follow up discussions in this issue: #5556
The PR is based on: #5566
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if